Skip to content

Bump softprops/action-gh-release from 1 to 2#46

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/softprops/action-gh-release-2
Closed

Bump softprops/action-gh-release from 1 to 2#46
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/softprops/action-gh-release-2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2025

Bumps softprops/action-gh-release from 1 to 2.

Release notes

Sourced from softprops/action-gh-release's releases.

v2.0.0

  • update actions.yml declaration to node20 to address warnings
Changelog

Sourced from softprops/action-gh-release's changelog.

0.1.12

  • fix bug leading to empty strings subsituted for inputs users don't provide breaking api calls #144
Commits
  • 5be0e66 release 2.4.2
  • af658b4 feat: Ensure generated release notes cannot be over 125000 characters (#684)
  • 237aacc chore: bump node to 24.11.0
  • 00362be chore(deps): bump the npm group with 5 updates (#687)
  • 0adea5a chore(deps): bump the npm group with 3 updates (#686)
  • aa05f9d chore(deps): bump actions/setup-node from 5.0.0 to 6.0.0 in the github-action...
  • bbaccb3 chore(deps): bump @​types/node from 20.19.21 to 20.19.22 in the npm group (#682)
  • 50fda3f chore(deps): bump vite from 7.1.5 to 7.1.11 (#681)
  • 5434409 chore(deps): bump @​types/node from 20.19.19 to 20.19.21 in the npm group (#679)
  • 6da8fa9 release 2.4.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 27, 2025
@github-actions
Copy link

Thank you so much for your interest in ControlR! I really appreciate you taking the time to contribute.

However, I am not accepting PRs at the moment for the following reasons:

Read-Only Mirror
For now, the public repository is a read-only mirror. This allows me to work on ideas and experiments in private and only reveal them when they're ready.

Legal and Financial Considerations
With Remotely, I found out that there are legal impliciations to accepting external contributions. Since I want to create a self-sustaining business out of ControlR, it's less complicated and risky if I avoid external contributions for now.

Personal Working Style
During these early stages of the project, working solo will bring me the most amount of happiness and sense of accomplishment. I hope you understand!

If you have ideas, suggestions, or found a bug, please feel free to open an issue instead. I'd love to hear your feedback!

Thank you again for your interest in the project! 🙏

@github-actions github-actions bot closed this Nov 27, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 27, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/softprops/action-gh-release-2 branch November 27, 2025 01:52
bitbound added a commit that referenced this pull request Dec 31, 2025
* Add DI support for Kiota-generated API client.

* Add initialization and client retrieval to API client builder

Introduces static initialization and client retrieval methods to ControlrApiClientBuilder, enabling thread-safe setup and access to the API client via dependency injection. Also updates ServiceCollectionExtensions to improve documentation and remove unused usings.

* Add example consumer of API client.

* Enhance README and example service with detailed usage instructions and configuration options for ControlR API client

* Move Kiota client generation to Server project.

* Add workflow for publishing NuGet for API Client.

* Remove Microsoft.Kiota.Bundle package reference from Web Server project

* Refactor .NET setup in build workflow to use custom action for version management

* Refactor logging deduplication.

* Maybe plural.

* Refactor proxy logic and move WebSocket relay extensions

* Fix tests on Mac.

* Add VncRelay JS interop.

* Revert JS interop.

* Update runner environment from 'Linux' to 'Unix' for consistency across jobs

* Remove unused using directives

* Refactor DeviceContentHarness to ensure screen wake lock is set correctly on event message handling
Remove unused AddBeforeUnloadHandler method from IJsInterop interface
Simplify ViewerHubClient by removing IDeviceStore dependency
Update script references in App.razor to use Assets for consistency

* Specify full path to gh on linux and mac

* Fix syntax

* Refactor launch.json and ServiceCollectionExtensions.cs for clarity; update ILoggerExtensions.cs suppress message justifications

* remove unused local variable.

* Remove unused ConcurrentDictionary from TcpWebsocketProxyBase class

* Typo

* Fix indent.

* Fix documentation to improve clarity in ServiceCollectionExtensions.cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants